projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
534dbc9
)
(do-install): Use umask 022 in copying etc and lisp dirs.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 27 Nov 1993 09:19:39 +0000
(09:19 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 27 Nov 1993 09:19:39 +0000
(09:19 +0000)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index 461c5bfae34a3c2b92d87e2036c23f58c59d5647..6597cf56697a3dc9ae62e28af663bc7a415448aa 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-268,7
+268,7
@@
do-install: mkdir
[ -d $${dir} ] \
&& [ `(cd $${dir} && /bin/pwd)` != `(cd $${dest} && /bin/pwd)` ] \
&& (echo "Copying $${dir}..." ; \
- (cd $${dir}; tar -cf - . )|(cd $${dest};umask 0; tar -xvf - ); \
+ (cd $${dir}; tar -cf - . )|(cd $${dest};umask 0
22
; tar -xvf - ); \
for subdir in `find $${dest} -type d ! -name RCS -print` ; do \
rm -rf $${subdir}/RCS ; \
rm -rf $${subdir}/CVS ; \